home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / game / misc / Quest.lha / Quest / ChangeLog < prev    next >
Text File  |  1999-01-28  |  2KB  |  71 lines

  1. ChangeLog
  2. =========
  3.  
  4. This log file is for the Linux/Unix/Amiga port only.
  5.  
  6.  
  7. 20/08/98 ver. 0.6.1
  8.     - Bugfix for missing palette in WAD file.
  9.  
  10. 13/08/98 ver. 0.6
  11.     - Minor bugfixes.
  12.     - Amiga port.
  13.     - Busy cursor for Amiga/X11 versions.
  14.  
  15. 01/02/98 ver. 0.5
  16.     - Fixed bug in writing entities to map.
  17.     - Support for SGI Irix (keyboard should not really work).
  18.     - Fixed movement bug for entities.
  19.     - Fixed boolean subtraction bug.
  20.     - Fixed texture palette bug in video_x11.c.
  21.     - Fixed own library path hack.
  22.     - Support for middle mouse button (under SVGALib).
  23.     - Changed startegy for chmod in Makefile.
  24.     - Rewrote fullscreen texture picker scrolling.
  25.     - Fixed keyboard lock in EditFace().
  26.     - Fixed bug in popupwin.c (dots in directory path).
  27.     - Rewrote all go* scripts.
  28.  
  29. 15/09/97 ver. 0.4 (beta)
  30.     - Removed vga_waitretrace(). Quest should be slighty faster.
  31.     - Additional documentation.
  32.     - Better filename handling (most requesters are no longer restricted
  33.       to view 8+3 filenames).
  34.     - Fixed SEGV in QUI_strlen().
  35.     - Fixed Q_malloc(). Uses calloc() now.
  36.     - Removed curious 17 from startup messages.
  37.     - First X-window version.
  38.     - First Linux/Alpha version (tested on X only).
  39.     - Restored old DOS keymap under SVGALib. Use CTRL-C/-X/-V instead of
  40.       ALT-C/-X/-V.
  41.     - Restructured main event loop. Caused some problems with the
  42.       event loop of the X-version before.
  43.     - Exiting of almost every requester with 'y'/'z'/'n'/'ESC'.
  44.     - Forking go* scripts.
  45.     
  46. 28/08/97 ver. 0.3 (alpha)
  47.     - First official release. Updated documentation.
  48.  
  49. 22/08/97 ver. 0.2 (alpha)
  50.     - Bugfix for vga_waitevent in old versions of SVGALib (<=1.2.10).
  51.     - scripts.lst should be searched for with correct path now.
  52.     - Fixed SEGV in script editing.
  53.     - Created README.keys. Even I wasn't able to remember all key
  54.       functions at once.
  55.     - Fixed SEGV in SaveMap(). Should be more robust now.
  56.     - Setting WAD filename to default after deleting whole map.
  57.     - Fixed SEGV in QUI_RedrawWindow(). Was caused by DeleteEntities().
  58.  
  59. 21/08/97 ver. 0.1 (alpha) released
  60.      - First release for alpha testers.
  61.     - Fixed SEGV in BrushCopy().
  62.  
  63. 17/08/97
  64.     - After more than ten hours of hard work Quest comes up completely
  65.       on Linux/SVGALib.
  66.     - Fixed more than a dozen SEGVs which I can't remember anymore.
  67.       How could this program ever run under DOS? ;-)
  68.  
  69. 15/08/97
  70.     - Got source code for Quest/DOS.
  71.